home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / allcc205.arc / NOVELL.DAT < prev    next >
Text File  |  1989-03-22  |  3KB  |  99 lines

  1. INSTRUCTIONS ON THE LOADING OF NOVELL HIGH
  2. ==========================================
  3.  
  4. Please remember that every system configuration is different and
  5. the example here is a guide and should not be followed blindly !!
  6. Nothing  beats  reading  the manual,  then  the  General  Network 
  7. Installation  file and the read.me file on disk before proceeding
  8. any further.
  9.  
  10. If you see a file on disk that refers to the Network Card you are
  11. using, then read it before continuing.
  12.  
  13. Example 1.
  14.  
  15. NOVELL VER. 2.1X
  16. ALR  Dart  10 (10MHz),Samsung Monochrome  Monitor.No  Page  Frame
  17. Required
  18.  
  19. CONFIG.SYS:
  20.  
  21. DEVICE=ALLEMM4.SYS RAM=C000-EFFF FR=NONE  X=aaaa-bbbb i=cccc-dddd
  22.  
  23. Note:  If you were using VGA, you could use RAM=b000-b7ff instead
  24.        of C000-EFFF
  25.  
  26.    i=cccc-dddd To grab more memory in a Clone (you cannot do this
  27.    in a PS/2) you could try i=f000-f7ff at the end of the line
  28.    which steals some memory from your BIOS.
  29.  
  30.    If  you  need an EMS Page Frame,  then you  should  take  out
  31.    FR=NONE
  32.  
  33.    X=aaaa-bbbb excludes the ROM and RAM addresses of your Network
  34.    card  where  aaaa  is the start address and bbbb  is  the  end
  35.    address.
  36.  
  37. AUTOEXEC.BAT 
  38. ------------
  39. CLS
  40. ECHO OFF
  41. PROMPT $P$G
  42. FILES /AS =40
  43. BUFFERS /AF =40
  44. ALLOAD IPX
  45. ALLOAD NET3
  46. ECHO
  47. ECHO
  48. F:
  49.  
  50. NOTE: DECLARING LASTDRIVE=Z: CAUSES A PROBLEM. NOVELL WANTS TO 
  51. USE F: AS THE DEFAULT LOGIN DRIVE. BY DECLARING LASTDRIVE=Z: IT
  52. CLAIMS ALL AVAILABLE DRIVE DESIGNATIONS FOR LOCAL DOS AND WILL 
  53. NOT LET NOVELL HAVE A DRIVE FOR LOGIN. SO WE SUGGEST YOU ELIMINATE
  54. THE LASTDRIVE STATEMENT  LEAVING THE DEFAULT DESIGNATIONS AS
  55. A:-E: FOR LOCAL DOS AND F:-Z: FOR NOVELL.
  56.  
  57. NOTE: TOKEN RING DRIVERS MUST BE LOADED IN THE FOLLOWING ORDER 
  58.       AND DXMC0MOD.SYS MUST BE LOADED INTO LOW MEMORY:
  59.       
  60.       DXMA0MOD.SYS
  61.       DXMC0MOD.SYS      (MUST BE LOADED LOW)
  62.       DXMT0MOD.SYS      (THIS DRIVER IS OPTIONAL)
  63.  
  64.       Please read up on Token Ring Cards in the Token Ring file on
  65.       this disk.
  66.  
  67. Example 2.:
  68. AST Premium 286 w/ 40MB hard drive & 1MB using ROM BIOS v.1.1
  69. with EGA
  70.  
  71. Only device driver is ALLEMM4.SYS
  72. Used as workstation on Novell Network (v2.0a) using IBM Token
  73. Ring Adapter Boards at 8MHz.  Switch Block 1 is  configured to
  74. address CA00 (FNNFNF) using interupt 3 (NF).  Note: N denotes ON,
  75. F denotes OFF.  
  76.  
  77. CONFIG.SYS:
  78.  
  79. DEVICE=ALLEMM4.SYS X=C000-CDFF I=F000-F7FF RAM FR=NONE
  80.  
  81.  
  82. AUTOEXEC.BAT:
  83. echo off
  84. prompt $p$g
  85. FILES=40
  86. BUFFERS=20
  87.  
  88. ***remark*** Device drivers go here if needed. 
  89.  
  90. ALLOAD TOKREUI 400000000001, C800
  91. ALLOAD NETBIOS
  92. ALLOAD ANET3
  93. ***remark***   These commands load the EICON 3270 Emulator
  94. software.
  95. ALLOAD NABIOS RDR password RDIR /2
  96. SDLC USE SNAGATE
  97. ACCESS
  98. F:       
  99.